Some of the main features of Scheduler for WPF that you may find useful include the following:
- Multi-Month Views
C1Calendar supports the display of multiple months. The number of months viewable is determined by the C1Calendar.MonthCount property and the size of the control’s container. Display multiple months horizontally, vertically, or both ways by simply adjusting the size of the control. For more information see Multi-Month Calendar Display.
- Interactive Navigation
Users can interact with C1Calendar to navigate months by clicking the arrow buttons on the month header. Users can also conveniently navigate to a different month or year by clicking the drop-downs associated with each.
- Multiple Date Selection
Allow users to select any number of days. Control exactly how many days can be selected by setting the MaxSelectionCount property. For more information on multiple date selection, see
- Easy and Flexible Styling Model
C1Calendar exposes brushes for each visible part of the control allowing you to fully customize the style without having to modify the control’s template. The styleable parts include:
- Background/Border
- Month Header
- Navigation Buttons
- Days of Week
- Selected Day
- Today’s Date
- Weekend Days
- Adjacent Month Days
For more information on C1Calendar’s available brushes
- Synchronize with C1Scheduler
Easily integrate C1Calendar with C1Scheduler for a fully navigational scheduling solution. C1Calendar and C1Scheduler share the same code base for all calendar related settings.
- Globalization Support
C1Calendar uses calendar settings defined for the current thread culture. This includes localized month names, days of week names and abbreviations. You can also customize calendar settings such as week start and the set of working days through the CalendarHelper class. For more information on C1Calendar’s settings, see